home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Anatomy & Physiology Int…ve e-Source (5th Edition)
/
Seeley Stephens Tate - Anatomy and Physiology Interactive e-Source Fifth Edition (0-07-240154-0)(Release 1.0)(2000).iso
/
IE
/
0009
/
MDAC_IE5.CAB
/
adcjavas.inc
< prev
next >
Wrap
Text File
|
1999-01-12
|
596b
|
27 lines
<%
//--------------------------------------------------------------------
// Microsoft ADC
//
// (c) 1997 Microsoft Corporation. All Rights Reserved.
//
//
//
// ADO constants include file for JavaScript
//
//--------------------------------------------------------------------
//---- enum Values ----
var adcExecSync = 1;
var adcExecAsync = 2;
//---- enum Values ----
var adcFetchUpFront = 1;
var adcFetchBackground = 2;
var adcFetchAsync = 3;
//---- enum Values ----
var adcReadyStateLoaded = 2;
var adcReadyStateInteractive = 3;
var adcReadyStateComplete = 4;
%>